A. Application objects
B. Session objects
C. ViewState
D. All of the above
Advertisement
Related Mcqs:
- We can manage states in asp.net application using________________?
- A. Session Objects B. Application Objects C. Viewstate D. All of the above...
- We can manage states in asp.net application using_______________?
- A. Session Objects B. Application Objects C. Viewstate D. All of the above...
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
- A. Private B. no-cache C. Public D. All of the above...
- Which of the following denote New Data-bound Controls used with ASP.NET ?
- A. SqlDataSource B. FormView C. GridView D. All of the above...
- Which of the following denote the web control associated with Table control function of ASP.NET ?
- A. DataList B. TableRow C. ListBox D. All the Above...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
- A. Load() B. Unload( ) C. PreRender( ) D. None of the Above...
Advertisement